A. lc
B. wc – l
C. cl
D. count
Advertisement
Related Mcqs:
- Which of the following command is used to count just the number of lines contained in a file ?
- A. wc -lD. B. wc -c C. wc -w D. wc -r...
- What command is used to count just the number of lines contained in a file ?
- A. wc – r B. wc – w C. wc – c D. wc – l...
- What command is used to count the total number of lines, words, and characters contained in a file ?
- A. countw B. wcount C. wc D. count p...
- Which of the following commands is used to count the total number of lines, words, and characters contained in a file ?
- A. count p B. wc C. wcount D. countw...
- What command is used to count just the number of characters in a file ?
- A. wc – r B. wc – w C. wc – c D. wc – 1...
- Which command sends the word count of the file infile to the newfile_______________?
- A. wc infile >newfile B. wc newfile C. wc infile – newfile D. wc infile | newfile...
- Which command is used to count just the number of characters in a file?
- A. wc – 1 B. wc -c C. wc -w D. wc -r...
- Which of the following command lists the last 10 lines of a file ?
- A. grep B. tail C. head D. cat...
- Which command is used to sort the lines of data in a file in reverse order__________________?
- A. sort B. sh C. st D. sort -r...
- Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?
- A. cut sales empl.lst B. /sales > empl.lst C. grep sales empl.lst D. cat | /sales > empl.lst...
Advertisement